Get Applications
Get Applications
Path Parameters
Header Parameters
Response
id
string
Id of the application.
clientId
string
Client Id of the application.
name
string
Name of the application
appType
string
Type of the application.
surrogateAuthRequired
boolean
true/false for surrogate auth required or not.
enabled
boolean
true/false for application is enabled or not.
alwaysDisplayInConsole
boolean
true/false to display application in console or not.
clientAuthenticatorType
string
Type of the client authenticator.
redirectUris
array
Array of redirect urls.
webOrigins
array
Array of web origins.
notBefore
number
Not before timestamp.
brearerOnly
boolean
true/false for brearer only or not.
consentRequired
boolean
true/false for consent required or not.
standardFlowEnabled
boolean
true/false for Standard flow enabled or not.
implicitFlowEnabled
boolean
true/false for implicit flow enabled or not.
directAccessGrantsEnabled
boolean
true/false for direct access grants enabled or not.
serviceAccountsEnabled
boolean
true/false service account enabled or not.
registrationAllowed
boolean
true/false for registration allowed or not.
resetPasswordAllowed
boolean
true/false for reset allowed or not.
rememberMe
boolean
true/false for remember me enabled or not.
overrideAuthentication
boolean
true/false for over ridding authentication.
publicClient
boolean
true/false for public client or not.
frontchannelLogout
boolean
true/false for front channel logout enabled or not.
protocol
string
Name of the protocol.
attributes
string
Application attributes.
authenticationFlowBindingOverrides
object
Authentication flow binding overriding attributes.
appConnections
object
App connections.
mfaConnections
object
MFA Connections.
fullScopeAllowed
boolean
true/false full scope allowed or not.
nodeReRegistrationTimeout
number
Node reregistration timeout.
mfaPolicyType
string
MFA policy type.
defaultClientScopes
array
Array of default client scopes.
optionalClientScopes
array
Array of optional client scopes.
access
object
Access attributes.
[
{
"id": "53f8e9eb-daa9-4bad-b097-db4ff08597d2",
"clientId": "53f8e9eb-daa9-4bad-b097-db4ff08597d2",
"name": "sample",
"appType": "high_secure",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"https://debugger.qa.eztoauth.com/debug"
],
"webOrigins": [
"https://debugger.qa.eztoauth.com"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"registrationAllowed": false,
"resetPasswordAllowed": false,
"rememberMe": false,
"overrideAuthentication": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"inviteOnly": "false",
"backchannel.logout.session.required": "true",
"backchannel.logout.revoke.offline.tokens": "false",
"login_theme": "default"
},
"authenticationFlowBindingOverrides": {},
"appConnections": {},
"mfaConnections": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"mfaPolicyType": "action",
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
]
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |